home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / unzip42.zip / MSDOS.ZIP / BCC / UNZ42_BC.DIF < prev    next >
Text File  |  1992-03-10  |  460b  |  19 lines

  1. *** misc.old    Tue Mar 03 17:50:24 1992
  2. --- misc.c    Sat Mar 07 17:57:12 1992
  3. ***************
  4. *** 21,26 ****
  5. --- 21,33 ----
  6.   
  7.   #include "unzip.h"
  8.   
  9. + #ifdef __TURBOC__
  10. + /* v4.2 dpk  For some reason Borland C++'s TIME.H defines tzset()
  11. +  * only if not STD_C!  Weird .. but rather than have the warning
  12. +  * spoiling an otherwise perfect compile ...
  13. +  */
  14. + void tzset(void);
  15. + #endif
  16.   
  17.   
  18.   #ifndef ZIPINFO   /* no need to calculate CRCs */
  19.